home *** CD-ROM | disk | FTP | other *** search
- x1 = "1";
- while("10" >= x1)
- {
- removeMovieClip(eval("dim" add x1 add "_" add row));
- set("dim" add x1 add "_" add row,"");
- x1 += "1";
- }
- t = row;
- while(t >= "1")
- {
- x1 = "1";
- t1 = t - "1";
- while("10" >= x1)
- {
- set("dim" add x1 add "_" add t,eval("dim" add x1 add "_" add t1));
- x1 += "1";
- }
- t -= "1";
- x1 = "1";
- }
- while("10" >= x1)
- {
- set("dim" add x1 add "_1","");
- x1 += "1";
- }
- y1 += "1";
- if(c1 != "0")
- {
- c1 += "1";
- }
- if(c2 != "0")
- {
- c2 += "1";
- }
- if(c3 != "0")
- {
- c3 += "1";
- }
- if(c4 != "0")
- {
- c4 += "1";
- }
- gotoAndPlay(15);
-